From 91ce1469f29edc48f9e108f8184fa5f0bb34751e Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sun, 9 Nov 2003 19:38:32 +0000 Subject: [PATCH] (describe-char): Fix typo. --- lisp/descr-text.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/descr-text.el b/lisp/descr-text.el index dfc86a60995..05452f359c0 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -566,7 +566,7 @@ as well as widgets, buttons, overlays, and text properties." "by this font (glyph code)\n" (format " %s (0x%02X)" (car display) (cdr display))) - "no font avairable") + "no font available") (if display (format "terminal code %s" display) "not encodable for terminal")))))) -- 2.30.2